home *** CD-ROM | disk | FTP | other *** search
- object frmProcessInfo: TfrmProcessInfo
- Left = 243
- Top = 417
- AutoScroll = False
- BorderIcons = [biMinimize]
- Caption = 'Processing Data...'
- ClientHeight = 90
- ClientWidth = 360
- Color = clBtnFace
- Constraints.MaxHeight = 117
- Constraints.MaxWidth = 368
- Constraints.MinHeight = 117
- Constraints.MinWidth = 368
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object pnlInfo: TPanel
- Left = 0
- Top = 0
- Width = 360
- Height = 25
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- end
- object btnCancel: TBitBtn
- Left = 136
- Top = 60
- Width = 75
- Height = 25
- Hint = '|Cancel current operation'
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 0
- OnClick = btnCancelClick
- NumGlyphs = 2
- end
- object Panel1: TPanel
- Left = 0
- Top = 25
- Width = 360
- Height = 25
- Align = alTop
- BorderStyle = bsSingle
- TabOrder = 2
- object Gauge: TGauge
- Left = 1
- Top = 1
- Width = 354
- Height = 19
- Hint = '|Progress'
- Align = alClient
- BackColor = clWindow
- BorderStyle = bsNone
- ForeColor = clNavy
- Progress = 0
- end
- end
- end
-